Fix indentation of => added in r77366 to be in step with the rest
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 19:47:22 +0000 (19:47 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 3 Dec 2010 19:47:22 +0000 (19:47 +0000)
includes/api/ApiFeedWatchlist.php

index a1a6c6e..7b46385 100644 (file)
@@ -189,7 +189,7 @@ class ApiFeedWatchlist extends ApiBase {
                        'allrev'     => 'Include multiple revisions of the same page within given timeframe',
                        'wlowner'    => "The user whose watchlist you want (must be accompanied by {$this->getModulePrefix()}token if it's not you)",
                        'wltoken'    => 'Security token that requested user set in their preferences',
-                       'linktodiffs'      => 'Link to change differences instead of article pages'
+                       'linktodiffs'=> 'Link to change differences instead of article pages'
                );
        }